AdEnrollSchedStatusHistory 
Logical Entity Name  AdEnrollSchedStatusHistory 
Default Table Name  AdEnrollSchedStatusHistory 
Physical Only  NO 
Definition 
 
Note 
 

AdEnrollSchedStatusHistory Columns 
ColumnName  Domain  Datatype  NULL  Definition 
ADEnrollSchedStatusHistoryID(PK)    int  NO 
 
AdEnrollID(FK)    int  NO 
 
AdEnrollSChedID(FK)    int  YES 
 
syStudentID(FK)    int  NO 
 
AdCourseID(FK)    int  NO 
 
AdTermID    int  YES 
 
adClassSchedID    int  YES 
 
Descrip    char(75)  NO 
 
PrevCourseStatus    char(1)  NO 
 
CurrentCourseStatus    char(9)  NO 
 
ADCourseStatusChangeReasonID(FK)    int  YES 
 
DateAdded    datetime  NO 
 
dateLstMod    datetime  NO 
 
UserID(FK)    int  NO 
 
ts    timestamp  NO 
 
Section    varchar(8)  YES 
 
Credits    numeric(9, 2)  YES 
 
Action    char(1)  YES 
 
ParentTermID(FK)    int  YES 
 
IsCrossRef    bit  NO 
 
LDA    datetime  YES 
 
RuleType    char(10)  YES 
 
PrerequisiteAdCourseId    char(10)  YES 
 
CorequisiteAdCourseId    char(10)  YES 
 

AdEnrollSchedStatusHistory Primary and Unique Keys 
Key Name  Key Type  Keys 
PK_AdEnrollSchedStatusHistory_AdEnrollSchedStatusHistoryID  PrimaryKey  ADEnrollSchedStatusHistoryID 

AdEnrollSchedStatusHistory Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
AdCourse  Non-Identifying  One To Zero or More  FK_AdEnrollSchedStatusHistory_AdCourseID_AdCourse_AdCourseID      AdCourseID  NO  YES 
AdCourseStatusChangeReason  Non-Identifying  Zero or One to Zero or More  FK_AdEnrollSchedStatusHistory_ADCourseStatusChangeReasonID_ADCourseStatusChangeReason_ADCourseStatusChangeReasonID      ADCourseStatusChangeReasonID  NO  YES 
AdEnroll  Non-Identifying  One To Zero or More  FK_AdEnrollSchedStatusHistory_AdEnrollID_AdEnroll_AdEnrollID      AdEnrollID  NO  YES 
AdEnrollSched  Non-Identifying  Zero or One to Zero or More  FK_AdEnrollSchedStatusHistory_AdEnrollSChedID_AdEnrollSChed_AdEnrollSChedID      AdEnrollSChedID  NO  YES 
AdTerm  Non-Identifying  Zero or One to Zero or More  FK_AdEnrollSchedStatusHistory_ParentTermID_AdTerm_AdTermID      ParentTermID  NO  YES 
syStudent  Non-Identifying  One To Zero or More  FK_AdEnrollSchedStatusHistory_syStudentID_syStudent_syStudentID      syStudentID  NO  YES 
SyStaff  Non-Identifying  One To Zero or More  FK_AdEnrollSchedStatusHistory_UserID_SyStaff_SyStaffID      UserID  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 

AdEnrollSchedStatusHistory Check Constraints 
Check Constraint Name  CheckConstraint